home *** CD-ROM | disk | FTP | other *** search
- assign FONTS: exists
- copy fonts/#? FONTS: all
- assign LIBS: exists
- if exists LIBS:asl.library then
- echo "Sie haben die 'asl.library', 'req.library' wird darum nicht benötigt."
- else
- if exists LIBS:req.library then
- echo "Die 'req.library' haben Sie bereits."
- else
- copy libs/#? LIBS:
- endif
- endif
- echo "Installation von Font und Library abgeschlossen." noline
- wait 10
-